docs: complete v2.0 overhaul — ZFS-native, no Docker#1
Merged
Conversation
Rewrites all documentation for v2.0's ZFS-native architecture. Removes all references to Docker containers, hard-link snapshots, mirroring, supercronic, and the old promote/mirror scripts. Changes by section: - index.md: ZFS-native hero, updated feature cards - getting-started: ZFS overview, updated requirements (no Docker) - installation: quickstart, ZFS pool setup, bare-metal installer, adding-hosts all rewritten for fs-install.sh + systemd - configuration: fsbackup.conf (KEEP_* + schedules), targets.yml (local paths via ACL, not bind-mounts), scheduling (systemd timers) - usage: web-ui (fsbackup-web.service), running-jobs (sudo -u fsbackup) - restore: new fs-restore.sh list/restore subcommand interface, ZFS .zfs/snapshot/ manual access - reference: scripts table updated (removed mirror scripts, added fs-provision/fs-fix-permissions/fs-schedule-apply), metrics updated (removed mirror metrics, added retention metrics) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Deploy Preview for fsbackup ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…oute Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- nuxt.config.ts: move devtools after modules (nuxt/nuxt-config-keys-order) - OgImage/Docs.vue → DocsOg.vue (vue/multi-word-component-names) - AppHeader.vue: fix img attributes and self-closing tag (vue/max-attributes-per-line, vue/html-self-closing) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Renaming the file broke nuxt-og-image island lookup. Suppress the lint rule inline instead — the component name must match the filename exactly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sudo -u fsbackupand systemd instead ofdocker execPages changed
fsbackup.conf(KEEP_* + schedule vars),targets.yml(ACL vs bind-mounts), Scheduling (systemd OnCalendar=)fsbackup-web.service), Running jobs (sudo -u fsbackup)fs-restore.sh list/restoresubcommand interface, ZFS.zfs/snapshot/manual accessTest plan
🤖 Generated with Claude Code